急!!c盘的磁盘清里后`为什么容量无少啊??

来源:百度知道 编辑:UC知道 时间:2024/05/18 05:10:56

不是吧!你用这个来做一个批处理
@echo off
echo 正在清除系统垃圾文件,请稍等......
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*._mp
del /f /s /q %systemdrive%\*.log
del /f /s /q %systemdrive%\*.gid
del /f /s /q %systemdrive%\*.chk
*del /f /s /q %systemdrive%\*.old
del /f /s /q %systemdrive%\recycled\*.*
del /f /s /q %windir%\*.bak
del /f /s /q %windir%\prefetch\*.*
rd /s /q %windir%\temp & md %windir%\temp
del /f /q %userprofile%\cookies\*.*
del /f /q %userprofile%\recent\*.*
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
del /f /s /q "%userprofile%\Local Settings\Temp\*.*"
del /f /s /q "%userprofile%\recent\*.*"

因为C盘里有很多系统文件,通过系统的磁盘清理无法真正删除垃圾文件.你可以试试优化大师的磁盘清理.

那个磁盘清理还是清理了一定的文件,只是本来的临时文件并不是很多,所以感觉好象没有增加好多空间。

正常 说明windows没办法在完全安全的状态下删除一定是垃圾的文件